home *** CD-ROM | disk | FTP | other *** search
- object FormTeePanel: TFormTeePanel
- Left = 200
- Top = 102
- ActiveControl = BPanelColor
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 224
- ClientWidth = 393
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefault
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object L19: TLabel
- Left = 6
- Top = 100
- Width = 31
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Width:'
- FocusControl = SEPanelBor
- end
- object L2: TLabel
- Left = 94
- Top = 100
- Width = 31
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Widt&h:'
- FocusControl = SEPanelWi
- end
- object RGBevelIn: TRadioGroup
- Left = 6
- Top = 4
- Width = 79
- Height = 81
- HelpContext = 101
- Caption = 'Bevel &Inner:'
- Items.Strings = (
- 'None'
- 'Lowered'
- 'Raised')
- TabOrder = 0
- OnClick = RGBevelInClick
- end
- object RGBevelOut: TRadioGroup
- Left = 98
- Top = 4
- Width = 75
- Height = 81
- HelpContext = 102
- Caption = 'Bevel &Outer:'
- Items.Strings = (
- 'None'
- 'Lowered'
- 'Raised')
- TabOrder = 1
- OnClick = RGBevelOutClick
- end
- object BPanelColor: TButton
- Left = 262
- Top = 17
- Width = 83
- Height = 25
- HelpContext = 159
- Caption = '&Panel Color...'
- TabOrder = 2
- OnClick = BPanelColorClick
- end
- object CBPanelBorder: TCheckBox
- Left = 264
- Top = 52
- Width = 55
- Height = 17
- HelpContext = 104
- Caption = '&Border'
- TabOrder = 3
- OnClick = CBPanelBorderClick
- end
- object GB4: TGroupBox
- Left = 196
- Top = 96
- Width = 189
- Height = 121
- HelpContext = 508
- Caption = 'Gradient'
- TabOrder = 4
- object Shape1: TShape
- Left = 66
- Top = 17
- Width = 29
- Height = 25
- OnMouseUp = Shape1MouseUp
- end
- object Shape2: TShape
- Left = 66
- Top = 49
- Width = 29
- Height = 25
- OnMouseUp = Shape2MouseUp
- end
- object Label1: TLabel
- Left = 9
- Top = 92
- Width = 45
- Height = 13
- Caption = '&Direction:'
- FocusControl = ComboBox1
- end
- object CBGradVisible: TCheckBox
- Left = 9
- Top = 20
- Width = 56
- Height = 17
- HelpContext = 678
- Caption = '&Visible'
- TabOrder = 0
- OnClick = CBGradVisibleClick
- end
- object BGradientStart: TButton
- Left = 104
- Top = 17
- Width = 75
- Height = 25
- HelpContext = 439
- Caption = '&Start Color...'
- TabOrder = 1
- OnClick = BGradientStartClick
- end
- object BGradientEnd: TButton
- Left = 104
- Top = 49
- Width = 75
- Height = 25
- HelpContext = 194
- Caption = '&End Color...'
- TabOrder = 2
- OnClick = BGradientEndClick
- end
- object ComboBox1: TComboBox
- Left = 66
- Top = 88
- Width = 113
- Height = 21
- HelpContext = 184
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Top Bottom'
- 'Bottom Top'
- 'Left Right'
- 'Right Left'
- 'From Center'
- 'From Top Left'
- 'From Bottom Left')
- TabOrder = 3
- OnChange = ComboBox1Change
- end
- end
- object GB6: TGroupBox
- Left = 8
- Top = 124
- Width = 165
- Height = 93
- HelpContext = 89
- Caption = 'Back Image'
- TabOrder = 5
- object RGBitmap: TRadioGroup
- Left = 84
- Top = 12
- Width = 73
- Height = 73
- HelpContext = 91
- Caption = 'St&yle'
- ItemIndex = 0
- Items.Strings = (
- 'Stretch'
- 'Tile'
- 'Center')
- TabOrder = 0
- OnClick = RGBitmapClick
- end
- object BBrowseImage: TButton
- Left = 8
- Top = 20
- Width = 69
- Height = 25
- HelpContext = 727
- Caption = 'B&rowse...'
- TabOrder = 1
- OnClick = BBrowseImageClick
- end
- object CBImageInside: TCheckBox
- Left = 12
- Top = 60
- Width = 65
- Height = 17
- HelpContext = 90
- Caption = 'I&nside'
- TabOrder = 2
- OnClick = CBImageInsideClick
- end
- end
- object SEPanelBor: TEdit
- Left = 42
- Top = 95
- Width = 30
- Height = 21
- HelpContext = 103
- TabOrder = 6
- Text = '0'
- OnChange = SEPanelBorChange
- end
- object SEPanelWi: TEdit
- Left = 130
- Top = 95
- Width = 30
- Height = 21
- HelpContext = 105
- TabOrder = 7
- Text = '1'
- OnChange = SEPanelWiChange
- end
- object UDPanelWi: TUpDown
- Left = 160
- Top = 95
- Width = 15
- Height = 21
- Associate = SEPanelWi
- Min = 0
- Position = 1
- TabOrder = 8
- Wrap = False
- end
- object UDPanelBor: TUpDown
- Left = 72
- Top = 95
- Width = 15
- Height = 21
- Associate = SEPanelBor
- Min = 0
- Position = 0
- TabOrder = 9
- Wrap = False
- end
- end
-